Package implementing the checker for miscellaneous issues.
| BugBearVisitor | Module implementing a visitor to check for various potential issues. |
| ConstantModificationVisitor | Module implementing a node visitor to check for modifications of constants. |
| DateTimeVisitor | Module implementing a node visitor to check datetime function calls. |
| DefaultMatchCaseVisitor | Module implementing a node visitor to check default match cases. |
| MiscellaneousChecker | Module implementing a checker for miscellaneous checks. |
| MiscellaneousDefaults | Module implementing complex defaults for the miscellaneous checker. |
| ReturnVisitor | Module implementing a node visitor to check return statements. |
| SysVersionVisitor | Module implementing a node visitor to check the use of sys.version and sys.version_info. |
| TextVisitor | Module implementing a node visitor for bytes and str instances. |
| eradicate | Removes commented-out Python code. |
| translations | Module implementing message translations for the code style plugin messages (miscellaneous part). |